/* ============================================================
   TJN WEBSITE — INNER PAGES CSS
   ============================================================ */

/* ---------- PAGE HERO (shared across all inner pages) ---------- */
.page-hero {
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-light) 100%);
  padding: calc(var(--nav-height) + 64px) 0 64px;
  position: relative;
  overflow: hidden;
}
.page-hero::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -10%;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: rgba(2,128,144,0.08);
  pointer-events: none;
}
.page-hero-content {
  max-width: 640px;
}
.page-hero-title {
  font-family: var(--font-display);
  font-size: clamp(32px, 5vw, 56px);
  line-height: 1.15;
  color: var(--white);
  margin-bottom: 16px;
}
.page-hero-sub {
  font-size: 17px;
  color: rgba(255,255,255,0.7);
  line-height: 1.7;
}

/* ---------- ABOUT PAGE ---------- */
.about-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center;
}
.about-content .section-title {
  font-size: clamp(22px, 3vw, 32px);
  margin-bottom: 20px;
}
.about-content p {
  font-size: 15px;
  color: var(--gray-500);
  line-height: 1.75;
  margin-bottom: 16px;
}
.about-tagline {
  font-style: italic;
  font-size: 17px !important;
  color: var(--navy) !important;
  font-family: var(--font-display);
  margin: 24px 0 !important;
}
.about-backers { margin-top: 32px; }
.backer-logos {
  display: flex;
  gap: 16px;
  margin-top: 12px;
}
.backer-item {
  background: var(--gray-100);
  border: 1px dashed var(--gray-300);
  border-radius: var(--radius-md);
  padding: 16px 24px;
  font-size: 12px;
  color: var(--gray-500);
  font-style: italic;
}
.about-image {
  border-radius: var(--radius-lg);
  overflow: hidden;
  aspect-ratio: 4/3;
  background: var(--placeholder-bg);
  border: 2px dashed var(--placeholder-border);
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Vision & Mission */
.vm-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.vm-card {
  border-radius: var(--radius-lg);
  padding: 40px;
  position: relative;
}
.vm-card--vision {
  background: var(--navy);
  color: var(--white);
}
.vm-card--mission {
  background: var(--teal);
  color: var(--white);
}
.vm-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  opacity: 0.6;
  margin-bottom: 16px;
}
.vm-card h3 {
  font-family: var(--font-display);
  font-size: 22px;
  line-height: 1.4;
  margin-bottom: 16px;
}
.vm-list {
  list-style: none;
}
.vm-list li {
  font-size: 14px;
  opacity: 0.85;
  padding: 6px 0 6px 16px;
  position: relative;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.vm-list li::before {
  content: '→';
  position: absolute;
  left: 0;
  opacity: 0.6;
  font-size: 11px;
}
.vm-note {
  font-size: 11px;
  opacity: 0.5;
  margin-top: 16px;
  font-style: italic;
}

/* Values grid */
.values-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.value-card {
  background: var(--white);
  border: 1px solid var(--gray-100);
  border-radius: var(--radius-lg);
  padding: 32px 24px;
  transition: box-shadow 0.2s, transform 0.2s;
}
.value-card:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-3px);
}
.value-number {
  font-family: var(--font-display);
  font-size: 36px;
  color: var(--gray-100);
  margin-bottom: 12px;
}
.value-card h3 {
  font-size: 16px;
  font-weight: 600;
  color: var(--navy);
  margin-bottom: 8px;
}
.value-card p {
  font-size: 13px;
  color: var(--gray-500);
  line-height: 1.7;
}

/* Ops */
.ops-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: start;
}
.ops-map {
  aspect-ratio: 4/3;
  background: var(--placeholder-bg);
  border: 2px dashed var(--placeholder-border);
  border-radius: var(--radius-lg);
  display: flex;
  align-items: center;
  justify-content: center;
}
.ops-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.ops-stat {
  background: var(--white);
  border-radius: var(--radius-md);
  padding: 20px;
  border: 1px solid var(--gray-100);
}
.ops-number {
  font-family: var(--font-display);
  font-size: 28px;
  color: var(--teal);
  margin-bottom: 4px;
}
.ops-label {
  font-size: 12px;
  color: var(--gray-500);
  line-height: 1.4;
}
.ops-desc {
  grid-column: 1 / -1;
  font-size: 14px;
  color: var(--gray-500);
  line-height: 1.75;
}

/* Org chart */
.org-placeholder {
  border-radius: var(--radius-lg);
  overflow: hidden;
}

/* ---------- SERVICES PAGE ---------- */
.process-flow {
  display: flex;
  align-items: center;
  gap: 0;
  background: var(--white);
  border-radius: var(--radius-lg);
  border: 1px solid var(--gray-100);
  overflow: hidden;
}
.process-step {
  flex: 1;
  padding: 36px 28px;
  text-align: center;
}
.process-num {
  font-family: var(--font-display);
  font-size: 36px;
  color: var(--teal-pale);
  margin-bottom: 12px;
}
.process-step h4 {
  font-size: 15px;
  font-weight: 600;
  color: var(--navy);
  margin-bottom: 8px;
}
.process-step p {
  font-size: 13px;
  color: var(--gray-500);
  line-height: 1.6;
}
.process-arrow {
  font-size: 24px;
  color: var(--teal);
  flex-shrink: 0;
  padding: 0 4px;
}
.product-specs {
  display: flex;
  gap: 20px;
  padding-top: 16px;
  border-top: 1px solid var(--gray-100);
  margin-top: 16px;
}
.spec strong {
  display: block;
  font-size: 18px;
  color: var(--teal);
  font-family: var(--font-display);
}
.spec span {
  font-size: 11px;
  color: var(--gray-500);
}

/* ---------- CONTACT PAGE ---------- */
.contact-section { background: var(--off-white); }
.contact-container {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 64px;
  align-items: start;
}
.contact-info-title {
  font-family: var(--font-display);
  font-size: 28px;
  color: var(--navy);
  margin-bottom: 32px;
}
.contact-office { margin-bottom: 24px; }
.office-tag {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--teal);
  margin-bottom: 8px;
}
.contact-office p {
  font-size: 14px;
  color: var(--gray-500);
  line-height: 1.7;
}
.contact-details { margin: 28px 0; }
.contact-detail-item {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}
.contact-detail-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--gray-500);
  width: 48px;
  flex-shrink: 0;
}
.contact-detail-item a {
  font-size: 15px;
  color: var(--navy);
  font-weight: 500;
  transition: color 0.2s;
}
.contact-detail-item a:hover { color: var(--teal); }
.contact-map {
  aspect-ratio: 4/3;
  background: var(--placeholder-bg);
  border: 2px dashed var(--placeholder-border);
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
}

.contact-form-wrap {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 40px;
  box-shadow: var(--shadow-md);
}
.form-title {
  font-family: var(--font-display);
  font-size: 28px;
  color: var(--navy);
  margin-bottom: 8px;
}
.form-sub {
  font-size: 14px;
  color: var(--gray-500);
  margin-bottom: 28px;
  line-height: 1.6;
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.form-group {
  margin-bottom: 20px;
}
.form-group label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: var(--navy);
  margin-bottom: 6px;
}
.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1.5px solid var(--gray-300);
  border-radius: var(--radius-sm);
  font-family: var(--font-body);
  font-size: 14px;
  color: var(--text);
  background: var(--white);
  transition: border-color 0.2s, box-shadow 0.2s;
  outline: none;
  appearance: none;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: var(--teal);
  box-shadow: 0 0 0 3px rgba(2,128,144,0.12);
}
.form-group textarea { resize: vertical; }
.form-consent { display: flex; align-items: flex-start; }
.checkbox-label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  cursor: pointer;
  font-size: 13px !important;
  font-weight: 400 !important;
  color: var(--gray-500) !important;
}
.checkbox-label input[type="checkbox"] {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  margin-top: 2px;
}
.btn-full { width: 100%; justify-content: center; }
.form-success {
  background: var(--teal-pale);
  border: 1px solid var(--teal);
  border-radius: var(--radius-sm);
  padding: 16px;
  color: var(--teal);
  font-weight: 500;
  text-align: center;
  margin-top: 16px;
}

/* ---------- NEWS PAGE ---------- */
.coming-soon-banner {
  text-align: center;
  padding: 48px;
  background: var(--off-white);
  border-radius: var(--radius-lg);
  border: 2px dashed var(--gray-300);
  margin-bottom: 48px;
}
.coming-soon-icon { font-size: 48px; margin-bottom: 16px; }
.coming-soon-banner h2 {
  font-family: var(--font-display);
  font-size: 28px;
  color: var(--navy);
  margin-bottom: 8px;
}
.coming-soon-banner p { font-size: 15px; color: var(--gray-500); }

.news-tabs {
  display: flex;
  gap: 8px;
  margin-bottom: 32px;
  flex-wrap: wrap;
}
.news-tab {
  padding: 8px 18px;
  border-radius: 20px;
  border: 1.5px solid var(--gray-300);
  background: transparent;
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 500;
  color: var(--gray-500);
  cursor: pointer;
  transition: all 0.2s;
}
.news-tab:hover, .news-tab.active {
  background: var(--navy);
  border-color: var(--navy);
  color: var(--white);
}
.news-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.news-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--gray-100);
  transition: box-shadow 0.2s, transform 0.2s;
}
.news-card:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-3px);
}
.news-placeholder { opacity: 0.7; border-style: dashed; }
.news-card-img {
  aspect-ratio: 16/9;
  background: var(--placeholder-bg);
  border-bottom: 1px solid var(--gray-100);
}
.news-card-body { padding: 24px; }
.news-category {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--teal);
  margin-bottom: 10px;
}
.news-card h3 {
  font-family: var(--font-display);
  font-size: 18px;
  color: var(--navy);
  margin-bottom: 10px;
  line-height: 1.4;
}
.news-excerpt {
  font-size: 13px;
  color: var(--gray-500);
  line-height: 1.7;
  margin-bottom: 16px;
}
.news-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 12px;
  border-top: 1px solid var(--gray-100);
}
.news-date { font-size: 12px; color: var(--gray-500); }
.news-link {
  font-size: 13px;
  font-weight: 600;
  color: var(--teal);
  transition: color 0.2s;
}
.news-link:hover { color: var(--navy); }

/* ---------- CAREER PAGE ---------- */
.jobs-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 40px;
}
.job-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 32px;
  border: 1px solid var(--gray-100);
  transition: box-shadow 0.2s;
}
.job-card:hover { box-shadow: var(--shadow-md); }
.job-placeholder { border-style: dashed; opacity: 0.8; }
.job-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 16px;
}
.job-type {
  display: inline-block;
  background: var(--teal-pale);
  color: var(--teal);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 3px 10px;
  border-radius: 20px;
  margin-bottom: 8px;
}
.job-title {
  font-family: var(--font-display);
  font-size: 22px;
  color: var(--navy);
  margin-bottom: 4px;
}
.job-dept { font-size: 13px; color: var(--gray-500); }
.job-location {
  font-size: 13px;
  color: var(--gray-500);
  white-space: nowrap;
}
.job-desc {
  font-size: 14px;
  color: var(--gray-500);
  line-height: 1.7;
  margin-bottom: 20px;
}
.jobs-footer {
  text-align: center;
  padding: 40px;
  background: var(--off-white);
  border-radius: var(--radius-lg);
}
.jobs-footer p {
  font-size: 15px;
  color: var(--gray-500);
  margin-bottom: 16px;
}
.btn-outline-navy {
  display: inline-flex;
  align-items: center;
  padding: 12px 24px;
  border: 2px solid var(--navy);
  border-radius: var(--radius-sm);
  font-size: 14px;
  font-weight: 600;
  color: var(--navy);
  transition: all 0.2s;
}
.btn-outline-navy:hover {
  background: var(--navy);
  color: var(--white);
}

/* ---------- SHARED BG UTILITY ---------- */
.bg-light { background: var(--off-white); }

/* ---------- RESPONSIVE ---------- */
@media (max-width: 1023px) {
  .about-split { grid-template-columns: 1fr; gap: 40px; }
  .vm-grid { grid-template-columns: 1fr; }
  .values-grid { grid-template-columns: repeat(2, 1fr); }
  .ops-grid { grid-template-columns: 1fr; }
  .process-flow { flex-direction: column; }
  .process-arrow { transform: rotate(90deg); }
  .contact-container { grid-template-columns: 1fr; }
  .news-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 767px) {
  .values-grid { grid-template-columns: 1fr; }
  .news-grid { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .contact-form-wrap { padding: 24px; }
  .ops-stats { grid-template-columns: 1fr 1fr; }
}
