/* ================================================================
   ABOUT & CONTACT — Shared interior page styles
   ================================================================ */

.interior-main {
  padding-top: calc(var(--header-height) + var(--topbar-height));
}

/* ── INTERIOR HERO ── */
.interior-hero {
  position: relative;
  padding: var(--space-3xl) 0;
  min-height: 420px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.interior-hero--compact {
  min-height: 300px;
}

.interior-hero__bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #0a0a0a 0%, #141414 50%, #0a0a0a 100%);
}

.interior-hero__overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 10% 50%, rgba(200, 200, 200, 0.04) 0%, transparent 60%),
    radial-gradient(ellipse at 90% 50%, rgba(200, 200, 200, 0.02) 0%, transparent 60%);
}

.interior-hero__content {
  position: relative;
  z-index: 5;
  padding-top: var(--space-2xl);
  padding-bottom: var(--space-2xl);
}

.interior-hero__content .section__label {
  margin-bottom: var(--space-md);
}

.interior-hero__title {
  font-size: clamp(2rem, 4vw, var(--font-size-3xl));
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1.15;
  margin-bottom: var(--space-lg);
}

.interior-hero__lead {
  font-size: var(--font-size-md);
  color: var(--text-secondary);
  line-height: 1.7;
  max-width: 560px;
  margin-top: var(--space-lg);
}

/* ── SECTION VARIANTS ── */
.section--dark {
  background: var(--bg-primary);
  border-top: 1px solid var(--border-subtle);
}

.section--darker {
  background: var(--bg-secondary);
  border-top: 1px solid var(--border-subtle);
}

/* ── TWO COLUMN ── */
.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-3xl);
  align-items: center;
}

.two-col__text .section__title {
  text-align: left;
  margin-bottom: var(--space-md);
}

.two-col__text .chrome-divider {
  margin-bottom: var(--space-xl);
}

.body-text {
  font-size: var(--font-size-base);
  color: var(--text-secondary);
  line-height: 1.8;
  margin-bottom: var(--space-md);
}

/* ── STATS ── */
.stat-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-md);
}

.stat-card {
  padding: var(--space-xl);
  background: var(--bg-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: all var(--transition-base);
}

.stat-card:hover {
  border-color: var(--border-chrome);
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}

.stat-card__number {
  font-size: var(--font-size-3xl);
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: var(--space-sm);
}

.stat-card__label {
  font-size: var(--font-size-xs);
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-muted);
}

/* ── VALUES ── */
.values-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--space-lg);
}

.value-card {
  padding: var(--space-xl);
  background: var(--bg-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
  text-align: center;
  transition: all var(--transition-base);
}

.value-card:hover {
  border-color: var(--border-chrome);
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}

.value-card__icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: rgba(200, 200, 200, 0.05);
  border: 1px solid var(--border-subtle);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--chrome);
  margin: 0 auto var(--space-lg);
  transition: all var(--transition-base);
}

.value-card:hover .value-card__icon {
  border-color: var(--border-chrome);
  background: rgba(200, 200, 200, 0.08);
}

.value-card__title {
  font-size: var(--font-size-base);
  font-weight: 600;
  letter-spacing: 0.06em;
  margin-bottom: var(--space-sm);
  color: var(--text-primary);
}

.value-card__desc {
  font-size: var(--font-size-sm);
  color: var(--text-muted);
  line-height: 1.7;
}

/* ── BRANDS SPLIT ── */
.brands-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-lg);
}

.brand-card {
  padding: var(--space-2xl);
  border-radius: var(--radius-md);
  border: 1px solid var(--border-subtle);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: all var(--transition-base);
  cursor: pointer;
  text-decoration: none;
  color: var(--text-primary);
}

.brand-card--trade {
  background: linear-gradient(135deg, #06131f 0%, #0a1d2e 100%);
}

.brand-card--metal {
  background: linear-gradient(135deg, #111 0%, #1a1a1a 100%);
}

.brand-card:hover {
  border-color: var(--border-chrome);
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
}

.brand-card--trade:hover {
  border-color: var(--accent-trade);
}

.brand-card__label {
  font-size: var(--font-size-sm);
  font-weight: 300;
  letter-spacing: 0.3em;
  color: var(--chrome-dark);
  margin-bottom: 4px;
}

.brand-card__name {
  font-size: var(--font-size-3xl);
  font-weight: 800;
  letter-spacing: 0.15em;
  background: var(--chrome-gradient-text);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: var(--space-md);
}

.brand-card--trade .brand-card__name {
  background: linear-gradient(135deg, #4a7fa5 0%, #6aafd8 40%, #90d0f8 55%, #4a8fc8 75%, #2060a0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.brand-card__desc {
  font-size: var(--font-size-sm);
  color: var(--text-muted);
  line-height: 1.7;
  margin-bottom: var(--space-lg);
}

.brand-card__link {
  font-size: var(--font-size-xs);
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--chrome);
  transition: color var(--transition-fast);
}

.brand-card:hover .brand-card__link {
  color: var(--chrome-light);
}

/* ================================================================
   CONTACT PAGE SPECIFIC
   ================================================================ */

.contact-layout {
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: var(--space-3xl);
  align-items: start;
}

/* ── CONTACT INFO ── */
.contact-info__title {
  font-size: var(--font-size-xl);
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--text-primary);
  margin-bottom: var(--space-2xl);
}

.contact-details {
  display: flex;
  flex-direction: column;
  gap: var(--space-xl);
  margin-bottom: var(--space-2xl);
}

.contact-detail {
  display: flex;
  gap: var(--space-md);
  align-items: flex-start;
}

.contact-detail__icon {
  width: 40px;
  height: 40px;
  border-radius: var(--radius-md);
  background: rgba(200, 200, 200, 0.06);
  border: 1px solid var(--border-subtle);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--chrome-dark);
  flex-shrink: 0;
}

.contact-detail__label {
  display: block;
  font-size: var(--font-size-xs);
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 4px;
}

.contact-detail__value {
  display: block;
  font-size: var(--font-size-sm);
  color: var(--text-secondary);
  line-height: 1.5;
  transition: color var(--transition-fast);
}

a.contact-detail__value:hover {
  color: var(--chrome-light);
}

.contact-hours {
  background: var(--bg-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
  padding: var(--space-lg);
}

.contact-hours__title {
  font-size: var(--font-size-xs);
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--chrome);
  margin-bottom: var(--space-md);
}

.contact-hours ul {
  display: flex;
  flex-direction: column;
  gap: var(--space-sm);
}

.contact-hours li {
  display: flex;
  justify-content: space-between;
  font-size: var(--font-size-sm);
  color: var(--text-muted);
}

/* ── CONTACT CHANNELS ── */
.contact-channels {
  display: flex;
  flex-direction: column;
  gap: var(--space-xl);
  margin-bottom: var(--space-2xl);
}

/* ── CONTACT DIVISION (Trade / Metal groups) ── */
.contact-division {
  display: flex;
  flex-direction: column;
  gap: var(--space-sm);
}

.contact-division__label {
  font-size: var(--font-size-xs);
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding-bottom: var(--space-sm);
  border-bottom: 1px solid var(--border-subtle);
}

.contact-division--trade .contact-division__label {
  color: var(--accent-trade-light);
}

.contact-division--metal .contact-division__label {
  color: var(--accent-metal-light);
}

.contact-channel {
  display: flex;
  align-items: center;
  gap: var(--space-md);
  padding: var(--space-lg);
  background: var(--bg-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
  text-decoration: none;
  transition: all var(--transition-base);
  cursor: pointer;
}

.contact-channel:hover {
  border-color: var(--border-chrome);
  background: var(--bg-card-hover);
  transform: translateX(4px);
  box-shadow: var(--shadow-md);
}

.contact-channel--trade:hover {
  border-color: rgba(74, 127, 165, 0.6);
  box-shadow: 0 4px 20px rgba(74, 127, 165, 0.12);
}

.contact-channel--metal:hover {
  border-color: var(--border-chrome);
  box-shadow: var(--shadow-md);
}

.contact-channel__icon {
  width: 48px;
  height: 48px;
  border-radius: var(--radius-md);
  background: rgba(200, 200, 200, 0.06);
  border: 1px solid var(--border-subtle);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--chrome);
  flex-shrink: 0;
  transition: all var(--transition-base);
}

.contact-channel--trade .contact-channel__icon {
  color: var(--accent-trade-light);
  background: rgba(74, 127, 165, 0.08);
  border-color: rgba(74, 127, 165, 0.2);
}

.contact-channel--trade:hover .contact-channel__icon {
  border-color: rgba(74, 127, 165, 0.5);
  background: rgba(74, 127, 165, 0.12);
}

.contact-channel--metal:hover .contact-channel__icon {
  border-color: var(--border-chrome);
}

.contact-channel__body {
  display: flex;
  flex-direction: column;
  gap: 2px;
  flex: 1;
}

.contact-channel__label {
  font-size: var(--font-size-xs);
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.contact-channel__number {
  font-size: var(--font-size-base);
  font-weight: 600;
  color: var(--text-primary);
  letter-spacing: 0.04em;
}

.contact-channel__note {
  font-size: var(--font-size-xs);
  color: var(--text-muted);
}

.contact-channel__arrow {
  color: var(--text-muted);
  flex-shrink: 0;
  transition: color var(--transition-fast), transform var(--transition-fast);
}

.contact-channel:hover .contact-channel__arrow {
  color: var(--chrome-light);
  transform: translateX(3px);
}

/* ── CONTACT MAP WRAP ── */
.contact-map-wrap {
  padding: 0 !important;
  overflow: hidden;
  min-height: 420px;
  display: flex;
  flex-direction: column;
}

.contact-map-placeholder {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 420px;
  background:
    radial-gradient(ellipse at center, rgba(200, 200, 200, 0.04) 0%, transparent 70%),
    var(--bg-card);
  border: 2px dashed var(--border-subtle);
  border-radius: var(--radius-lg);
}

.contact-map-placeholder__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space-md);
  color: var(--text-muted);
  text-align: center;
  padding: var(--space-2xl);
}

.contact-map-placeholder__inner svg {
  color: var(--chrome-dark);
}

.contact-map-placeholder__title {
  font-size: var(--font-size-md);
  font-weight: 600;
  letter-spacing: 0.06em;
  color: var(--text-secondary);
}

.contact-map-placeholder__addr {
  font-size: var(--font-size-sm);
  color: var(--text-muted);
  line-height: 1.7;
}

/* ── FORM (kept for reference, hidden via removal) ── */
.contact-form-wrap {
  background: var(--bg-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-lg);
  padding: var(--space-2xl);
}

.contact-form__title {
  font-size: var(--font-size-xl);
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--text-primary);
  margin-bottom: var(--space-xl);
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-md);
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: var(--space-xs);
  margin-bottom: var(--space-md);
}

.form-label {
  font-size: var(--font-size-xs);
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.form-label span {
  color: var(--chrome);
}

.form-input {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-sm);
  padding: 0.75rem 1rem;
  color: var(--text-primary);
  font-size: var(--font-size-sm);
  font-family: var(--font-primary);
  transition: border-color var(--transition-fast), background var(--transition-fast);
  outline: none;
  width: 100%;
}

.form-input::placeholder {
  color: var(--text-muted);
}

.form-input:focus {
  border-color: var(--border-chrome-hover);
  background: rgba(255, 255, 255, 0.07);
}

.form-input.has-error {
  border-color: #e05555;
}

.form-select {
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath d='M2 4l4 4 4-4' stroke='%23888' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 2.5rem;
}

.form-select option {
  background: var(--bg-card);
  color: var(--text-primary);
}

.form-textarea {
  resize: vertical;
  min-height: 120px;
  line-height: 1.6;
}

.form-error {
  font-size: var(--font-size-xs);
  color: #e05555;
  min-height: 16px;
}

.form-submit {
  width: 100%;
  justify-content: center;
  gap: var(--space-sm);
  padding: 0.9rem 2rem;
  font-size: var(--font-size-sm);
  background: var(--chrome-gradient);
  color: var(--bg-primary);
  border-radius: var(--radius-sm);
  margin-top: var(--space-sm);
  transition: all var(--transition-base);
  border: none;
  cursor: pointer;
  font-family: inherit;
}

.form-submit:hover {
  box-shadow: var(--shadow-chrome-hover);
  transform: translateY(-2px);
}

.form-success {
  display: flex;
  align-items: center;
  gap: var(--space-sm);
  margin-top: var(--space-md);
  padding: var(--space-md) var(--space-lg);
  background: rgba(40, 160, 80, 0.1);
  border: 1px solid rgba(40, 160, 80, 0.3);
  border-radius: var(--radius-md);
  font-size: var(--font-size-sm);
  color: #4ecb71;
}

/* ================================================================
   RESPONSIVE
   ================================================================ */

@media (max-width: 1024px) {
  .values-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .contact-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .two-col {
    grid-template-columns: 1fr;
    gap: var(--space-2xl);
  }
  .stat-grid {
    grid-template-columns: 1fr 1fr;
  }
  .values-grid {
    grid-template-columns: 1fr;
  }
  .brands-split {
    grid-template-columns: 1fr;
  }
  .form-row {
    grid-template-columns: 1fr;
  }
}

/* ================================================================
   TIMELINE
   ================================================================ */

.timeline {
  position: relative;
  padding: var(--space-xl) 0;
}

.timeline__line {
  position: absolute;
  top: 36px;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(to right, transparent 2%, var(--border-chrome) 15%, var(--border-chrome) 85%, transparent 98%);
}

.timeline {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 0;
  overflow: hidden;
}

/* Hide the ::before we added as separate child */
.timeline__line { display: none; }

.timeline {
  position: relative;
}
.timeline::before {
  content: '';
  position: absolute;
  top: 36px;
  left: calc(1 / 14 * 100%);
  right: calc(1 / 14 * 100%);
  height: 1px;
  background: linear-gradient(to right, transparent, var(--border-chrome) 10%, var(--border-chrome) 90%, transparent);
  z-index: 0;
  pointer-events: none;
}

.timeline-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 1;
  padding: 0 var(--space-sm);
}

.timeline-item--top { padding-top: 0; }
.timeline-item--bottom { padding-top: 100px; }

.timeline-item__dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--bg-primary);
  border: 2px solid var(--border-chrome);
  flex-shrink: 0;
  margin-bottom: var(--space-lg);
  box-shadow: 0 0 12px rgba(200, 200, 200, 0.25);
  transition: all var(--transition-base);
}

.timeline-item:hover .timeline-item__dot {
  background: var(--chrome);
  transform: scale(1.3);
}

.timeline-item__card {
  background: var(--bg-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
  padding: var(--space-lg);
  text-align: center;
  transition: all var(--transition-base);
}

.timeline-item:hover .timeline-item__card {
  border-color: var(--border-chrome);
  background: var(--bg-card-hover);
  box-shadow: var(--shadow-md);
}

.timeline-item__year {
  display: inline-block;
  font-family: var(--font-display);
  font-size: var(--font-size-sm);
  font-weight: 800;
  letter-spacing: 0.1em;
  background: var(--chrome-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: var(--space-xs);
}

.timeline-item__title {
  font-size: var(--font-size-xs);
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--text-primary);
  margin-bottom: var(--space-xs);
}

.timeline-item__desc {
  font-size: 0.7rem;
  color: var(--text-muted);
  line-height: 1.6;
}

/* ================================================================
   TEAM GRID
   ================================================================ */

.team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-lg);
}

.team-card {
  background: var(--bg-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
  padding: var(--space-2xl) var(--space-xl);
  text-align: center;
  transition: all var(--transition-base);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.team-card:hover {
  border-color: var(--border-chrome);
  background: var(--bg-card-hover);
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}

.team-card__avatar {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: var(--avatar-color, #4a7fa5);
  color: #fff;
  font-family: var(--font-display);
  font-size: var(--font-size-lg);
  font-weight: 700;
  letter-spacing: 0.04em;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: var(--space-lg);
  border: 2px solid rgba(255,255,255,0.12);
}

.team-card__name {
  font-size: var(--font-size-base);
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 4px;
}

.team-card__title {
  font-size: var(--font-size-xs);
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--chrome);
  display: block;
  margin-bottom: var(--space-md);
}

.team-card__bio {
  font-size: var(--font-size-xs);
  color: var(--text-muted);
  line-height: 1.65;
  margin-bottom: var(--space-lg);
  flex-grow: 1;
}

.team-card__linkedin {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(200,200,200,0.06);
  border: 1px solid var(--border-subtle);
  color: var(--text-muted);
  transition: all var(--transition-fast);
}

.team-card__linkedin:hover {
  background: rgba(200,200,200,0.12);
  border-color: var(--border-chrome);
  color: var(--chrome-light);
}

/* ================================================================
   CERTIFICATIONS BAND
   ================================================================ */

.certs-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-md);
}

.cert-badge {
  display: flex;
  align-items: center;
  gap: var(--space-md);
  padding: var(--space-xl);
  background: var(--bg-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
  transition: all var(--transition-base);
}

.cert-badge:hover {
  border-color: var(--border-chrome);
  background: var(--bg-card-hover);
}

.cert-badge__icon {
  flex-shrink: 0;
  width: 52px;
  height: 52px;
  border-radius: var(--radius-sm);
  background: rgba(200,200,200,0.06);
  border: 1px solid var(--border-subtle);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--chrome);
}

.cert-badge__name {
  display: block;
  font-size: var(--font-size-sm);
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--text-primary);
  margin-bottom: 4px;
}

.cert-badge__issuer {
  display: block;
  font-size: var(--font-size-xs);
  color: var(--text-muted);
}

/* ================================================================
   OFFICE CARDS
   ================================================================ */

.offices-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-lg);
}

.office-card {
  background: var(--bg-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
  padding: var(--space-2xl);
  transition: all var(--transition-base);
}

.office-card:hover {
  border-color: var(--border-chrome);
  background: var(--bg-card-hover);
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}

.office-card__badge {
  display: inline-block;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--chrome);
  border: 1px solid var(--border-chrome);
  padding: 3px 12px;
  border-radius: var(--radius-full);
  margin-bottom: var(--space-lg);
}

.office-card__city {
  display: flex;
  align-items: center;
  gap: var(--space-sm);
  font-size: var(--font-size-xs);
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: var(--space-sm);
}

.office-card__name {
  font-size: var(--font-size-lg);
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: var(--space-lg);
}

.office-card__details {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: var(--space-md);
}

.office-card__details li {
  display: flex;
  align-items: flex-start;
  gap: var(--space-sm);
  font-size: var(--font-size-xs);
  color: var(--text-muted);
  line-height: 1.5;
}

.office-card__details li svg {
  flex-shrink: 0;
  margin-top: 2px;
  color: var(--chrome);
}

.office-card__details a {
  color: var(--text-muted);
  transition: color var(--transition-fast);
}
.office-card__details a:hover {
  color: var(--chrome-light);
}

/* ================================================================
   MAP PLACEHOLDER
   ================================================================ */

.map-section {
  position: relative;
  min-height: 220px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #060606;
  border-top: 1px solid var(--border-subtle);
  border-bottom: 1px solid var(--border-subtle);
}

.map-pin-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(200,200,200,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(200,200,200,0.04) 1px, transparent 1px);
  background-size: 40px 40px;
}

.map-pin {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

.map-pin--izmir  { bottom: 35%; left: 38%; }
.map-pin--istanbul { top: 25%; left: 40%; }
.map-pin--dubai  { bottom: 30%; right: 22%; }

.map-pin__dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--chrome);
  box-shadow: 0 0 0 0 rgba(200,200,200,0.4);
  animation: mapPing 2s ease-out infinite;
}

@keyframes mapPing {
  0%  { box-shadow: 0 0 0 0 rgba(200,200,200,0.4); }
  70% { box-shadow: 0 0 0 14px rgba(200,200,200,0); }
  100%{ box-shadow: 0 0 0 0 rgba(200,200,200,0); }
}

.map-pin__label {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--chrome);
  white-space: nowrap;
}

.map-section__overlay {
  position: relative;
  z-index: 2;
  text-align: center;
}

.map-section__text {
  font-size: var(--font-size-sm);
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--text-muted);
}

/* ================================================================
   FAQ ACCORDION
   ================================================================ */

.faq-list {
  max-width: 860px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: var(--space-sm);
}

.faq-item {
  background: var(--bg-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
  overflow: hidden;
  transition: border-color var(--transition-base);
}

.faq-item.is-open {
  border-color: var(--border-chrome);
}

.faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-md);
  padding: var(--space-xl);
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  color: var(--text-primary);
  font-family: var(--font-body);
  font-size: var(--font-size-base);
  font-weight: 600;
  transition: color var(--transition-fast);
}

.faq-question:hover {
  color: var(--chrome-light);
}

.faq-icon {
  flex-shrink: 0;
  color: var(--chrome);
  transition: transform var(--transition-base);
}

.faq-item.is-open .faq-icon {
  transform: rotate(180deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease, padding 0.35s ease;
  padding: 0 var(--space-xl);
}

.faq-item.is-open .faq-answer {
  max-height: 400px;
  padding-bottom: var(--space-xl);
}

.faq-answer p {
  font-size: var(--font-size-sm);
  color: var(--text-muted);
  line-height: 1.75;
  border-top: 1px solid var(--border-subtle);
  padding-top: var(--space-lg);
}

/* ================================================================
   RESPONSIVE — New sections
   ================================================================ */

@media (max-width: 1100px) {
  .timeline {
    grid-template-columns: repeat(4, 1fr);
  }

  .timeline-item--bottom {
    padding-top: 0;
  }

  .timeline::before { display: none; }
}

@media (max-width: 900px) {
  .team-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .certs-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .offices-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .two-col {
    grid-template-columns: 1fr;
    gap: var(--space-2xl);
  }
  .stat-grid {
    grid-template-columns: 1fr 1fr;
  }
  .values-grid {
    grid-template-columns: 1fr;
  }
  .brands-split {
    grid-template-columns: 1fr;
  }
  .form-row {
    grid-template-columns: 1fr;
  }
  .timeline {
    grid-template-columns: 1fr;
    padding-left: 48px;
  }
  .timeline::before {
    display: none;
  }
  .timeline::after {
    content: '';
    position: absolute;
    top: 36px;
    bottom: 0;
    left: 20px;
    width: 1px;
    background: linear-gradient(to bottom, transparent, var(--border-chrome) 10%, var(--border-chrome) 90%, transparent);
  }
  .timeline-item {
    flex-direction: row;
    align-items: flex-start;
    gap: var(--space-lg);
    padding: var(--space-md) 0;
    padding-top: 0;
  }
  .timeline-item--bottom {
    padding-top: 0;
  }
  .timeline-item__dot {
    margin-bottom: 0;
    margin-top: 8px;
    flex-shrink: 0;
  }
  .timeline-item__card {
    text-align: left;
  }
  .team-grid {
    grid-template-columns: 1fr;
  }
  .certs-grid {
    grid-template-columns: 1fr;
  }
}
