/*
Theme Name: James Todd Portfolio
Theme URI: https://jamestodd.digital/
Author: James Todd
Author URI: https://jamestodd.digital/
Description: A premium editable portfolio theme for WordPress support, AI-assisted website improvement, and digital operations work.
Version: 1.0.4
Requires at least: 6.2
Tested up to: 6.9
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: james-todd-portfolio
Tags: portfolio, custom-background, custom-logo, featured-images, one-column, editor-style
*/

:root {
  --bg: #05070c;
  --panel: rgba(13, 20, 33, 0.76);
  --panel-strong: rgba(13, 20, 33, 0.94);
  --ink: #f8fafc;
  --muted: #a7b4c7;
  --line: rgba(255, 255, 255, 0.12);
  --line-strong: rgba(255, 255, 255, 0.22);
  --teal: #2dd4bf;
  --violet: #8b5cf6;
  --amber: #f59e0b;
  --rose: #fb7185;
  --blue: #38bdf8;
  --green: #4ade80;
  --radius: 8px;
  --max: 1240px;
  --shadow: 0 34px 90px rgba(0, 0, 0, 0.38);
  --font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 12% 6%, rgba(45, 212, 191, 0.22), transparent 30rem),
    radial-gradient(circle at 86% 8%, rgba(139, 92, 246, 0.24), transparent 34rem),
    radial-gradient(circle at 52% 86%, rgba(245, 158, 11, 0.12), transparent 36rem),
    var(--bg);
  color: var(--ink);
  font-family: var(--font);
  line-height: 1.55;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 70px 70px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.9), transparent 80%);
  z-index: -1;
}

a {
  color: inherit;
  text-decoration: none;
}

img,
video {
  display: block;
  max-width: 100%;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid var(--line);
  background: rgba(6, 9, 15, 0.78);
  backdrop-filter: blur(18px);
}

.admin-bar .site-header {
  top: 32px;
}

.nav-wrap {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand-mark {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 900;
  letter-spacing: 0;
}

.brand-mark span {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--teal), var(--violet));
  color: #061018;
}

.main-menu {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-menu a,
.nav-cta {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 14px;
  border-radius: 8px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
}

.main-menu a:hover,
.main-menu a:focus,
.nav-cta:hover,
.nav-cta:focus {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.07);
}

.nav-cta {
  color: #061018;
  background: var(--teal);
}

.section {
  position: relative;
  padding: 116px 0;
}

.wrap {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
}

.hero {
  min-height: calc(100vh - 76px);
  display: grid;
  align-items: center;
  padding: 104px 0 78px;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(420px, 0.86fr) minmax(540px, 1.14fr);
  gap: clamp(72px, 8vw, 132px);
  align-items: center;
}

.hero-copy {
  position: relative;
  z-index: 2;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
  color: var(--teal);
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 34px;
  height: 2px;
  background: currentColor;
}

h1,
h2,
h3,
p {
  margin: 0;
  letter-spacing: 0;
}

h1 {
  font-size: clamp(48px, 5.1vw, 76px);
  line-height: 0.96;
  font-weight: 950;
  max-width: 650px;
  text-wrap: balance;
}

h2 {
  font-size: clamp(36px, 4.6vw, 66px);
  line-height: 1;
  font-weight: 950;
  max-width: 860px;
  text-wrap: balance;
}

h3 {
  font-size: clamp(22px, 2.3vw, 32px);
  line-height: 1.1;
  font-weight: 930;
}

.lead {
  margin-top: 26px;
  color: #d7e2f0;
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.42;
  max-width: 610px;
  font-weight: 650;
}

.hero-actions,
.section-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 20px;
  border: 1px solid var(--line-strong);
  border-radius: 8px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.06);
  font-weight: 900;
}

.button.primary {
  color: #041014;
  background: linear-gradient(135deg, var(--teal), var(--blue));
  border-color: transparent;
}

.button.ghost {
  color: #dbeafe;
  background: transparent;
}

.button:hover,
.button:focus {
  transform: translateY(-1px);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.24);
}

.stat-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 34px;
}

.stat {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 18px;
  background: rgba(255, 255, 255, 0.05);
}

.stat strong {
  display: block;
  color: var(--teal);
  font-size: clamp(20px, 2vw, 28px);
  line-height: 1;
}

.stat span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.video-shell {
  position: relative;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius);
  background: rgba(15, 23, 42, 0.84);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.hero-video {
  transform: rotateX(2deg) rotateY(-4deg);
  transform-origin: center;
  justify-self: end;
  width: min(100%, 720px);
}

.hero-video::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, var(--teal), transparent 34%, var(--violet));
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
  pointer-events: none;
  z-index: 2;
}

.video-top,
.browser-top {
  height: 44px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 16px;
  border-bottom: 1px solid var(--line);
  background: rgba(2, 6, 23, 0.9);
}

.video-top span,
.browser-top span {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #64748b;
}

.video-top span:nth-child(1),
.browser-top span:nth-child(1) {
  background: #fb7185;
}

.video-top span:nth-child(2),
.browser-top span:nth-child(2) {
  background: #fbbf24;
}

.video-top span:nth-child(3),
.browser-top span:nth-child(3) {
  background: #34d399;
}

.video-top strong,
.browser-top strong {
  margin-left: 8px;
  color: #dbeafe;
  font-size: 13px;
}

.portfolio-video {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background: #020617;
}

.logo-cloud {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.03);
  padding: 18px 0;
}

.logo-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: space-between;
}

.logo-pill {
  flex: 1 1 180px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 14px 16px;
  color: #dbeafe;
  background: rgba(255, 255, 255, 0.04);
  font-weight: 900;
  text-align: center;
}

.about-section {
  padding-top: 96px;
}

.about-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(460px, 1.18fr);
  gap: 52px;
  align-items: center;
}

.about-copy p {
  max-width: 640px;
  margin-top: 24px;
  color: #d7e2f0;
  font-size: 19px;
  line-height: 1.5;
  font-weight: 650;
}

.about-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.about-chips span {
  border: 1px solid var(--line-strong);
  border-radius: 8px;
  padding: 9px 11px;
  color: #dbeafe;
  background: rgba(255, 255, 255, 0.05);
  font-size: 13px;
  font-weight: 850;
}

.about-graphic {
  position: relative;
  min-height: 500px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 50% 48%, rgba(45, 212, 191, 0.18), transparent 18%),
    radial-gradient(circle at 18% 16%, rgba(56, 189, 248, 0.16), transparent 30%),
    radial-gradient(circle at 88% 84%, rgba(139, 92, 246, 0.2), transparent 34%),
    rgba(13, 20, 33, 0.82);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.about-graphic::before,
.about-graphic::after {
  content: "";
  position: absolute;
  inset: 74px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
}

.about-graphic::after {
  inset: 128px;
  border-color: rgba(45, 212, 191, 0.18);
}

.orbit-core {
  position: absolute;
  left: 50%;
  top: 50%;
  display: grid;
  place-items: center;
  width: 150px;
  height: 150px;
  padding: 22px;
  border: 1px solid rgba(45, 212, 191, 0.42);
  border-radius: 999px;
  background: rgba(2, 6, 23, 0.72);
  transform: translate(-50%, -50%);
  text-align: center;
}

.orbit-core span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 8px;
  color: #041014;
  background: var(--teal);
  font-weight: 950;
}

.orbit-core strong {
  color: #f8fafc;
  font-size: 15px;
  line-height: 1.1;
}

.orbit-card {
  position: absolute;
  width: 190px;
  min-height: 116px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(2, 6, 23, 0.68);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.22);
}

.orbit-card small {
  color: var(--amber);
  font-size: 13px;
  font-weight: 950;
}

.orbit-card strong {
  display: block;
  margin-top: 8px;
  color: #f8fafc;
  font-size: 23px;
  line-height: 1;
}

.orbit-card span {
  display: block;
  margin-top: 9px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.card-one {
  left: 32px;
  top: 42px;
}

.card-two {
  right: 32px;
  top: 72px;
}

.card-three {
  left: 44px;
  bottom: 52px;
}

.card-four {
  right: 44px;
  bottom: 34px;
}

.section-head {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(280px, 0.28fr);
  align-items: end;
  gap: 42px;
  margin-bottom: 42px;
}

.section-head p {
  max-width: 440px;
  color: var(--muted);
  font-size: 18px;
  font-weight: 650;
}

.service-grid,
.proof-grid,
.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.service-card,
.proof-card,
.testimonial-card,
.project-card,
.contact-panel,
.editable-note {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.18);
}

.service-card,
.proof-card,
.testimonial-card,
.project-card {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 700ms cubic-bezier(0.16, 1, 0.3, 1),
    transform 700ms cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 220ms ease;
}

.service-card.is-visible,
.proof-card.is-visible,
.testimonial-card.is-visible,
.project-card.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.service-card {
  padding: 28px;
  min-height: 275px;
}

.service-icon {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin-bottom: 42px;
  border-radius: 8px;
  color: #061018;
  background: var(--teal);
  font-weight: 950;
}

.service-card p,
.proof-card p,
.testimonial-card p {
  margin-top: 16px;
  color: var(--muted);
  font-size: 15px;
  font-weight: 600;
}

.projects {
  overflow: hidden;
}

.project-list {
  display: grid;
  gap: 34px;
}

.project-card {
  display: grid;
  grid-template-columns: minmax(280px, 0.76fr) minmax(520px, 1.24fr);
  gap: 38px;
  align-items: center;
  padding: 30px;
  background:
    radial-gradient(circle at top left, color-mix(in srgb, var(--teal) 20%, transparent), transparent 30%),
    linear-gradient(135deg, rgba(15, 23, 42, 0.94), rgba(15, 23, 42, 0.66));
  box-shadow: var(--shadow);
}

.case-strip {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 4px;
}

.case-strip div {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 16px;
  background: rgba(2, 6, 23, 0.38);
}

.case-strip span {
  display: block;
  color: var(--teal);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.case-strip p {
  margin-top: 9px;
  color: #cbd5e1;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 650;
}

.project-kicker {
  color: var(--teal);
  font-size: 13px;
  font-weight: 950;
  text-transform: uppercase;
}

.project-card h3 {
  margin-top: 12px;
}

.project-card p {
  margin-top: 18px;
  color: #c8d5e6;
  font-size: 17px;
  font-weight: 650;
}

.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 22px;
}

.tag-row span {
  border: 1px solid var(--line-strong);
  border-radius: 8px;
  padding: 8px 10px;
  color: #dbeafe;
  background: rgba(255, 255, 255, 0.05);
  font-size: 13px;
  font-weight: 850;
}

.project-links {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 24px;
}

.project-links .button {
  color: #041014;
  background: linear-gradient(135deg, var(--teal), var(--blue));
  border-color: transparent;
}

.browser-card {
  overflow: hidden;
  border: 1px solid var(--line-strong);
  border-color: color-mix(in srgb, var(--teal) 68%, rgba(255, 255, 255, 0.2));
  border-radius: var(--radius);
  background: #f8fafc;
  box-shadow:
    0 0 0 1px color-mix(in srgb, var(--teal) 18%, transparent),
    0 26px 70px rgba(0, 0, 0, 0.28);
}

.browser-shot {
  height: 430px;
  overflow: hidden;
  background: #f8fafc;
}

.browser-shot img {
  width: 100%;
  height: auto;
  transition: transform 900ms cubic-bezier(0.16, 1, 0.3, 1);
}

.project-card:hover .browser-shot img {
  transform: translateY(-16%);
}

.proof-band {
  background:
    linear-gradient(135deg, rgba(45, 212, 191, 0.18), transparent 42%),
    linear-gradient(225deg, rgba(139, 92, 246, 0.18), transparent 44%),
    rgba(255, 255, 255, 0.015);
}

.employer-section {
  background:
    linear-gradient(135deg, rgba(56, 189, 248, 0.1), transparent 34%),
    linear-gradient(225deg, rgba(45, 212, 191, 0.12), transparent 38%),
    rgba(255, 255, 255, 0.012);
}

.employer-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(380px, 1.1fr);
  gap: 42px;
  align-items: center;
}

.employer-lead {
  max-width: 680px;
  margin-top: 24px;
  color: #d7e2f0;
  font-size: 20px;
  line-height: 1.45;
  font-weight: 650;
}

.role-board {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 22px;
  background:
    radial-gradient(circle at 80% 20%, rgba(45, 212, 191, 0.13), transparent 26%),
    rgba(13, 20, 33, 0.82);
  box-shadow: var(--shadow);
}

.role-board div {
  min-height: 142px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 18px;
  background: rgba(2, 6, 23, 0.48);
}

.role-board span {
  display: block;
  color: var(--amber);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.role-board strong {
  display: block;
  margin-top: 18px;
  color: #f8fafc;
  font-size: 22px;
  line-height: 1.12;
}

.proof-card {
  padding: 24px;
}

.proof-card strong {
  display: block;
  font-size: 34px;
  line-height: 1;
  color: var(--amber);
}

.testimonial-card {
  padding: 26px;
}

.stars {
  color: var(--amber);
  font-size: 18px;
  margin-bottom: 18px;
}

.testimonial-role {
  display: block;
  margin-top: 18px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
}

.contact {
  padding-bottom: 132px;
  overflow: hidden;
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 1.08fr);
  gap: 28px;
  align-items: start;
}

.contact-panel {
  padding: 32px;
  min-width: 0;
}

.contact-list {
  display: grid;
  gap: 14px;
  margin-top: 28px;
}

.contact-list > a,
.contact-list > span {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 14px;
  color: #dbeafe;
  background: rgba(255, 255, 255, 0.04);
  font-weight: 800;
  min-width: 0;
}

.contact-list > a > span,
.contact-list > span > span {
  flex: 0 0 auto;
  color: var(--muted);
}

.contact-list > a {
  overflow-wrap: anywhere;
}

.contact-graphic {
  position: relative;
  min-height: 520px;
  padding: 32px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(45, 212, 191, 0.16), transparent 42%),
    linear-gradient(225deg, rgba(139, 92, 246, 0.18), transparent 48%),
    rgba(13, 20, 33, 0.82);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.contact-graphic::before {
  content: "";
  position: absolute;
  inset: 22px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  pointer-events: none;
}

.graphic-topline {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 30px;
}

.graphic-topline span {
  color: var(--teal);
  font-size: 13px;
  font-weight: 950;
  text-transform: uppercase;
}

.graphic-topline strong {
  color: #e2e8f0;
  font-size: 15px;
}

.signal-board {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.signal-card {
  min-height: 124px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(2, 6, 23, 0.46);
}

.signal-card.active {
  background: rgba(45, 212, 191, 0.12);
  border-color: rgba(45, 212, 191, 0.45);
}

.signal-card small {
  display: block;
  color: var(--muted);
  font-weight: 850;
}

.signal-card strong {
  display: block;
  margin-top: 24px;
  color: #f8fafc;
  font-size: 26px;
  line-height: 1;
  font-weight: 950;
}

.workflow-line {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 26px;
}

.workflow-line div {
  min-height: 82px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.045);
  color: #dbeafe;
  font-size: 14px;
  font-weight: 900;
}

.workflow-line span {
  display: block;
  margin-bottom: 10px;
  color: var(--amber);
  font-size: 13px;
}

.mini-terminal {
  position: relative;
  margin-top: 26px;
  padding: 22px;
  border: 1px solid rgba(45, 212, 191, 0.34);
  border-radius: 8px;
  background: rgba(2, 6, 23, 0.68);
}

.mini-terminal p {
  color: var(--teal);
  font-size: 13px;
  font-weight: 950;
  text-transform: uppercase;
}

.mini-terminal strong {
  display: block;
  margin-top: 10px;
  color: #f8fafc;
  font-size: 22px;
  line-height: 1.18;
}

.site-footer {
  border-top: 1px solid var(--line);
  padding: 28px 0;
  color: var(--muted);
  background: rgba(2, 6, 23, 0.7);
}

.footer-row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

@media (max-width: 980px) {
  .hero-grid,
  .about-grid,
  .employer-grid,
  .project-card,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    gap: 42px;
  }

  h1,
  .lead {
    max-width: 100%;
  }

  .about-graphic {
    min-height: 560px;
  }

  .admin-bar .site-header {
    top: 46px;
  }

  .hero-video {
    transform: none;
    justify-self: stretch;
    width: 100%;
  }

  .service-grid,
  .proof-grid,
  .testimonial-grid,
  .case-strip,
  .pillGrid {
    grid-template-columns: 1fr 1fr;
  }

  .section-head {
    display: block;
  }

  .section-head p {
    margin-top: 18px;
  }
}

@media (max-width: 720px) {
  .main-menu {
    display: none;
  }

  .section {
    padding: 76px 0;
  }

  .hero {
    padding-top: 64px;
  }

  h1 {
    font-size: clamp(42px, 14vw, 60px);
  }

  h2 {
    font-size: clamp(34px, 10vw, 48px);
  }

  .service-grid,
  .proof-grid,
  .testimonial-grid,
  .case-strip,
  .stat-strip {
    grid-template-columns: 1fr;
  }

  .role-board {
    grid-template-columns: 1fr;
  }

  .project-card {
    padding: 18px;
  }

  .browser-shot {
    height: 300px;
  }

  .contact-list > a,
  .contact-list > span {
    display: grid;
    gap: 6px;
  }

  .contact-graphic {
    min-height: auto;
    padding: 22px;
  }

  .about-graphic {
    min-height: auto;
    padding: 22px;
  }

  .about-graphic::before,
  .about-graphic::after,
  .orbit-core {
    display: none;
  }

  .orbit-card {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    width: 100%;
    margin-bottom: 12px;
  }

  .orbit-card:last-child {
    margin-bottom: 0;
  }

  .graphic-topline,
  .signal-board,
  .workflow-line {
    grid-template-columns: 1fr;
  }

  .graphic-topline {
    display: grid;
  }

  .signal-card {
    min-height: 100px;
  }
}

@media (max-width: 782px) {
  .admin-bar .site-header {
    top: 46px;
  }
}
