﻿/* Company — Clean Corporate Trust (Direction 6) */

.page-company.a93-company-creative {
  background:
    radial-gradient(ellipse 65% 40% at 0% 0%, rgba(11, 95, 255, 0.05), transparent 55%),
    radial-gradient(ellipse 50% 35% at 100% 8%, rgba(5, 199, 169, 0.05), transparent 50%),
    var(--color-bg);
}

.a93-topo { background: transparent; }

.a93-topo-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(2.25rem, 6vw, 4rem) 0;
  background:
    linear-gradient(160deg, var(--color-bg-soft) 0%, #fff 55%, rgba(5, 199, 169, 0.06) 100%);
  border-bottom: 1px solid var(--color-border);
}
.a93-topo-hero-grid,
.a93-topo-contours,
.a93-topo-hero-arch,
.a93-topo-watermark { display: none; }

.a93-topo-hero-inner {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  align-items: center;
}
.a93-topo-kicker,
.a93-topo-legend-kicker,
.a93-topo-survey-tag,
.a93-topo-trails-tag {
  margin: 0 0 0.4rem;
  color: var(--color-primary);
  font-family: var(--font-display);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.a93-topo h1 {
  margin: 0.35rem 0 0.75rem;
  font-family: var(--font-display);
  font-size: clamp(2.1rem, 5vw, 3.4rem);
  letter-spacing: -0.02em;
  line-height: 1.08;
}
.a93-topo h1 em {
  color: var(--color-primary);
  font-style: normal;
}
.a93-topo-tagline,
.a93-topo-muted {
  margin: 0;
  max-width: 48ch;
  color: var(--color-text-muted);
  line-height: 1.55;
}
.a93-topo-muted { margin-top: 0.85rem; }

.a93-topo-crumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem;
  margin-top: 1.15rem;
  color: var(--color-text-muted);
  font-size: 0.88rem;
  font-weight: 600;
}
.a93-topo-crumb a {
  color: inherit;
  text-decoration: none;
  transition: color 0.18s ease;
}
.a93-topo-crumb a:hover { color: var(--color-primary); }

.a93-topo-compass {
  display: grid;
  place-items: center;
  gap: 0.15rem;
  min-width: 8.5rem;
  min-height: 8.5rem;
  border: 2px solid var(--color-primary);
  border-radius: 50%;
  background: rgba(11, 95, 255, 0.05);
  color: var(--color-primary);
  flex-shrink: 0;
}
.a93-topo-compass span { display: none; }
.a93-topo-compass strong {
  font-family: var(--font-display);
  font-size: 1.45rem;
  font-weight: 800;
  letter-spacing: 0.04em;
}
.a93-topo-compass em {
  font-size: 0.68rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--color-text-muted);
}

.a93-topo-markers {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin: 2rem 0;
}
.a93-topo-marker {
  padding: 1.25rem 1.3rem;
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow-card);
}
.a93-topo-marker-post { display: none; }
.a93-topo-marker strong {
  display: block;
  color: var(--color-primary);
  font-family: var(--font-display);
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 1.1;
}
.a93-topo-marker span:last-child {
  display: block;
  margin-top: 0.35rem;
  color: var(--color-text-muted);
  font-size: 0.9rem;
  font-weight: 600;
}

.a93-topo-stage { padding-bottom: clamp(3rem, 6vw, 4.5rem); }

.a93-topo-map,
.a93-topo-survey {
  overflow: hidden;
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow-card);
}

.a93-topo-map-head,
.a93-topo-survey-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 1rem;
  padding: 1.25rem 1.35rem;
  border-bottom: 1px solid var(--color-border);
  background: var(--color-bg-soft);
}
.a93-topo-map-head > span,
.a93-topo-survey-head > span:not(.a93-topo-survey-code) {
  color: var(--color-text-muted);
  font-size: 0.85rem;
  font-weight: 600;
}
.a93-topo-map-head h2,
.a93-topo-survey-head h2 {
  margin: 0.25rem 0 0;
  font-family: var(--font-display);
  font-size: clamp(1.25rem, 2.5vw, 1.5rem);
}
.a93-topo-survey-code {
  padding: 0.3rem 0.55rem;
  border-radius: var(--radius-sm);
  background: rgba(11, 95, 255, 0.1);
  color: var(--color-primary);
  font-family: var(--font-display);
  font-size: 0.75rem;
  font-weight: 800;
}

.a93-topo-map-body {
  display: grid;
  grid-template-columns: minmax(240px, 0.8fr) minmax(0, 1.4fr);
}
.a93-topo-trails,
.a93-topo-legend { padding: 1.25rem 1.35rem; }
.a93-topo-trails { border-right: 1px solid var(--color-border); background: #fff; }
.a93-topo-legend h2 {
  margin: 0.35rem 0 0.85rem;
  font-family: var(--font-display);
  font-size: 1.35rem;
}
.a93-topo-legend p {
  margin: 0 0 0.85rem;
  color: var(--color-text-muted);
  line-height: 1.6;
}
.a93-topo-legend p:last-child { margin-bottom: 0; }

.a93-topo-trail-list {
  display: grid;
  gap: 0.35rem;
  margin: 0.75rem 0 0;
  padding: 0;
  list-style: none;
}
.a93-topo-trail-list a {
  display: grid;
  grid-template-columns: 2.25rem 1fr;
  align-items: center;
  gap: 0.35rem;
  padding: 0.65rem 0.7rem;
  border: 1px solid transparent;
  border-radius: var(--radius);
  color: var(--color-text);
  text-decoration: none;
  transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}
.a93-topo-trail-list a:hover {
  background: var(--color-bg-soft);
  border-color: var(--color-border);
  color: var(--color-primary);
}
.a93-topo-trail-pin { display: none; }
.a93-topo-trail-num {
  color: var(--color-primary);
  font-family: var(--font-display);
  font-size: 0.8rem;
  font-weight: 800;
}
.a93-topo-trail-name {
  font-family: var(--font-display);
  font-size: 0.92rem;
  font-weight: 700;
}

.a93-topo-cairns {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.85rem;
  margin: 1.15rem 0;
  padding: 0;
  list-style: none;
}
.a93-topo-cairn {
  padding: 1.05rem 1.1rem;
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  background: var(--color-bg-soft);
  box-shadow: var(--shadow-card);
}
.a93-topo-cairn-stack { display: none; }
.a93-topo-cairn strong,
.a93-topo-cairn span { display: block; }
.a93-topo-cairn strong {
  margin-bottom: 0.4rem;
  color: var(--color-primary);
  font-family: var(--font-display);
  font-size: 0.85rem;
  font-weight: 800;
}
.a93-topo-cairn span {
  color: var(--color-text-muted);
  font-size: 0.9rem;
  line-height: 1.45;
}

.a93-topo-table {
  width: 100%;
  border-collapse: collapse;
}
.a93-topo-table th,
.a93-topo-table td {
  padding: 0.85rem 1.25rem;
  border-bottom: 1px solid var(--color-border);
  text-align: left;
  vertical-align: top;
  font-size: 0.95rem;
}
.a93-topo-table th {
  width: 34%;
  color: var(--color-text-muted);
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.85rem;
}
.a93-topo-table tr:last-child th,
.a93-topo-table tr:last-child td { border-bottom: 0; }

.a93-topo-camps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
  margin-top: 1.15rem;
}
.a93-topo-camp {
  padding: 1.1rem 1.15rem;
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow-card);
}
.a93-topo-camp-flag { display: none; }
.a93-topo-camp strong {
  display: block;
  margin-bottom: 0.35rem;
  font-family: var(--font-display);
  font-size: 0.95rem;
}
.a93-topo-camp p {
  margin: 0;
  color: var(--color-text-muted);
  overflow-wrap: anywhere;
  line-height: 1.45;
}
.a93-topo-camp a {
  color: var(--color-primary);
  font-weight: 600;
  text-decoration: none;
}
.a93-topo-camp a:hover {
  color: var(--color-primary-hover);
  text-decoration: underline;
}

.a93-topo-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1.35rem;
}

/* Buttons */
.a93-topo-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  min-height: 2.85rem;
  padding: 0.7rem 1.2rem;
  border: 1px solid var(--color-primary);
  border-radius: var(--radius);
  font-family: var(--font-display);
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-decoration: none !important;
  cursor: pointer;
  transition:
    background 0.18s ease,
    border-color 0.18s ease,
    color 0.18s ease,
    box-shadow 0.18s ease,
    transform 0.18s ease;
}
.a93-topo-btn--primary {
  background: var(--color-primary);
  color: #fff !important;
}
.a93-topo-btn--primary:hover {
  background: var(--color-primary-hover);
  border-color: var(--color-primary-hover);
  color: #fff !important;
  box-shadow: 0 8px 20px rgba(11, 95, 255, 0.26);
  transform: translateY(-1px);
}
.a93-topo-btn--ghost {
  background: #fff;
  color: var(--color-primary) !important;
  border-color: var(--color-border-strong);
}
.a93-topo-btn--ghost:hover {
  background: rgba(11, 95, 255, 0.08);
  border-color: var(--color-primary);
  color: var(--color-primary) !important;
  box-shadow: none;
  transform: none;
}
.a93-topo-btn:active {
  transform: translateY(0);
  box-shadow: none;
}
.a93-topo-btn:focus-visible,
.a93-topo-trail-list a:focus-visible,
.a93-topo-crumb a:focus-visible {
  outline: 2px solid var(--color-primary);
  outline-offset: 2px;
}

@media (max-width: 800px) {
  .a93-topo-map-body { grid-template-columns: 1fr; }
  .a93-topo-trails {
    border-right: 0;
    border-bottom: 1px solid var(--color-border);
  }
  .a93-topo-cairns { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 560px) {
  .a93-topo-hero-inner {
    align-items: flex-start;
    flex-direction: column;
  }
  .a93-topo-compass { display: none; }
  .a93-topo-markers,
  .a93-topo-camps,
  .a93-topo-cairns { grid-template-columns: 1fr; }
  .a93-topo-table th,
  .a93-topo-table td {
    display: block;
    width: 100%;
  }
  .a93-topo-table th { padding-bottom: 0.15rem; }
  .a93-topo-table td { padding-top: 0.25rem; }
  .a93-topo-actions .a93-topo-btn { width: 100%; }
}
