 :root {
  --bg: #020404;
  --green: #20c66b;
  --text: #f6f7f6;
  --muted: #c7d0ce;
  --panel: rgba(5, 12, 13, 0.84);
  --border: rgba(96, 118, 120, 0.35);
}

* { box-sizing: border-box; }
html, body {
  margin: 0;
  min-height: 100%;
  background: var(--bg);
  color: var(--text);
  font-family: Arial, Helvetica, sans-serif;
}
a { color: inherit; text-decoration: none; }

.landing {
  min-height: calc(100vh - 110px);
  background: #020404;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hero-visual {
  position: relative;
  width: min(100vw, 1536px);
  aspect-ratio: 1536 / 635;
  overflow: hidden;
  flex: 0 0 auto;
}

.hero-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  user-select: none;
  pointer-events: none;
}

.about-hotspot {
  position: absolute;
  left: 74.5%;
  top: 3.0%;
  width: 11.0%;
  height: 11.0%;
  border-radius: 36px;
  z-index: 5;
}
.about-hotspot:focus-visible { outline: 2px solid var(--green); outline-offset: 5px; }

.statement {
  width: min(980px, 88vw);
  margin: clamp(22px, 3.2vw, 44px) auto clamp(18px, 2.4vw, 30px);
  text-align: center;
  padding: 0 12px;
}

.hero-kicker {
  margin: 0;
  color: var(--green);
  font-weight: 700;
  font-size: clamp(20px, 2.15vw, 32px);
  line-height: 1.35;
  letter-spacing: -0.01em;
}

.hero-subtitle {
  margin: clamp(12px, 1.2vw, 18px) auto 0;
  color: #f4f6f5;
  max-width: 780px;
  font-size: clamp(17px, 1.45vw, 22px);
  line-height: 1.55;
}

.site-footer {
  text-align: center;
  padding: 0 5vw 34px;
  color: rgba(255,255,255,0.66);
  background: #020404;
}
.footer-line {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
}
.footer-line::before,
.footer-line::after {
  content: "";
  height: 1px;
  width: min(43vw, 690px);
  background: rgba(32,198,107,0.42);
}
.footer-line img {
  width: 42px;
  height: 42px;
  object-fit: contain;
  display: block;
}
.site-footer p {
  margin: 10px 0 0;
  font-size: 17px;
  color: rgba(255,255,255,0.68);
}

.content-body {
  background:
    radial-gradient(circle at 20% 10%, rgba(22, 160, 94, 0.18), transparent 34%),
    radial-gradient(circle at 80% 20%, rgba(0, 150, 120, 0.10), transparent 36%),
    #020505;
}
.site-header {
  min-height: 104px;
  padding: 0 5.2vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255,255,255,0.11);
}
.brand {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 31px;
  font-weight: 700;
}
.brand-pulse {
  width: 54px;
  height: 54px;
  object-fit: contain;
}
nav {
  display: flex;
  align-items: center;
  gap: 44px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.content-page { width: min(1040px, 88vw); margin: 90px auto 70px; }
.intro-panel, .info-card {
  background: var(--panel);
  border: 1px solid var(--border);
  border-radius: 22px;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.45);
}
.intro-panel { padding: 52px; }
.eyebrow { color: var(--green); text-transform: uppercase; letter-spacing: 0.18em; font-weight: 700; }
h1 { font-size: clamp(38px, 5vw, 72px); line-height: 1.02; margin: 18px 0 26px; }
p { color: var(--muted); font-size: 20px; line-height: 1.65; }
.two-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; margin-top: 28px; }
.info-card { padding: 38px; }
h2 { color: var(--green); text-transform: uppercase; font-size: 24px; }
.content-footer { padding-top: 40px; }

@media (max-width: 900px) {
  .landing { min-height: auto; }
  .about-hotspot { left: 74.2%; top: 3.0%; width: 12%; height: 12%; }
  .hero-visual {
    width: 132vw;
    transform: translateX(-7vw);
    transform-origin: top center;
  }
  .statement { margin-top: 30px; }
  .site-footer { padding-bottom: 28px; }
}

@media (max-width: 640px) {
  .hero-visual { width: 175vw; transform: translateX(-28vw); }
  .about-hotspot { left: 73.5%; top: 2.6%; width: 14%; height: 13%; }
  .statement { width: 92vw; margin-top: 24px; }
  .hero-kicker { font-size: 18px; }
  .hero-subtitle { font-size: 15.5px; }
  .footer-line img { width: 36px; height: 36px; }
  .site-header { padding: 0 24px; min-height: 84px; }
  .brand { font-size: 24px; }
  .brand-pulse { width: 42px; height: 42px; }
  nav { font-size: 13px; }
  .two-columns { grid-template-columns: 1fr; }
  .intro-panel { padding: 32px; }
}


/* V4 baseline refinements */
.statement {
  width: min(1120px, 90vw);
}
.hero-kicker {
  font-size: clamp(19px, 2vw, 30px);
}
.hero-subtitle {
  max-width: 860px;
}
.about-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at 18% 12%, rgba(32, 198, 107, 0.14), transparent 32%),
    radial-gradient(circle at 82% 16%, rgba(0, 210, 150, 0.08), transparent 34%),
    linear-gradient(180deg, #020404 0%, #030808 50%, #020404 100%);
}
.about-layout {
  margin-top: clamp(48px, 6vw, 90px);
}
.about-hero-card {
  position: relative;
  overflow: hidden;
}
.about-hero-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(32,198,107,0.08), transparent 36%),
    repeating-linear-gradient(90deg, rgba(32,198,107,0.06) 0 1px, transparent 1px 76px);
  opacity: 0.35;
  pointer-events: none;
}
.about-hero-card > * { position: relative; }
.about-cards .info-card {
  min-height: 245px;
}
.contact-panel {
  margin-top: 28px;
  padding: 34px 38px;
  text-align: center;
  background: var(--panel);
  border: 1px solid var(--border);
  border-radius: 22px;
  box-shadow: 0 0 40px rgba(0,0,0,0.42);
}
.contact-link {
  display: inline-block;
  margin-top: 8px;
  color: var(--text);
  font-size: clamp(22px, 2.2vw, 32px);
  font-weight: 700;
  letter-spacing: -0.01em;
}
.contact-link:hover,
.contact-link:focus-visible {
  color: var(--green);
}
@media (max-width: 900px) {
  .hero-kicker { max-width: 760px; margin-left: auto; margin-right: auto; }
  .content-page { margin-top: 52px; }
}
@media (max-width: 640px) {
  .hero-kicker { font-size: 17px; }
  .hero-subtitle { font-size: 15px; }
  .site-header nav { gap: 12px; }
  .contact-panel { padding: 28px 24px; }
}

/* V6 cleanup: remove overlap on About page and use a clearer dated experience layout. */
.about-layout {
  width: min(1120px, 90vw);
}
.about-hero-card h1 {
  max-width: 980px;
  font-size: clamp(34px, 4.3vw, 62px);
  line-height: 1.08;
  letter-spacing: -0.04em;
}
.about-hero-card p {
  max-width: 960px;
}
.timeline-panel {
  margin-top: 28px;
  padding: clamp(30px, 4vw, 48px);
  background: var(--panel);
  border: 1px solid var(--border);
  border-radius: 22px;
  box-shadow: 0 0 40px rgba(0,0,0,0.42);
}
.timeline-list {
  display: grid;
  gap: 18px;
  margin-top: 22px;
}
.timeline-item {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 26px;
  align-items: start;
  padding: 22px 0;
  border-top: 1px solid rgba(255,255,255,0.10);
}
.timeline-item:first-child {
  border-top: 0;
  padding-top: 0;
}
.timeline-item:last-child {
  padding-bottom: 0;
}
.timeline-item .date {
  color: var(--green);
  font-weight: 700;
  font-size: 18px;
  white-space: nowrap;
}
.timeline-item h2,
.compact-card h2 {
  margin: 0 0 8px;
  color: var(--text);
  text-transform: none;
  font-size: clamp(22px, 2vw, 28px);
  line-height: 1.2;
}
.timeline-item p,
.compact-card p {
  margin: 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.55;
}
.focus-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  margin-top: 28px;
}
.compact-card {
  min-height: 0;
}

@media (max-width: 760px) {
  .about-layout {
    width: min(92vw, 680px);
  }
  .timeline-item {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .focus-grid {
    grid-template-columns: 1fr;
  }
  .about-hero-card h1 {
    font-size: clamp(30px, 8vw, 42px);
  }
  .about-hero-card p,
  .timeline-item p,
  .compact-card p {
    font-size: 16px;
  }
}

/* V7: About page grouped by domain, clean spacing, automatic footer year handled in script.js. */
.about-section,
.experience-section {
  margin-top: 28px;
}

.about-section:first-child {
  margin-top: 0;
}

.section-eyebrow {
  margin: 0 0 14px;
  padding-left: clamp(30px, 4vw, 52px);
  text-align: left;
}

.experience-groups {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  margin-top: 0;
  align-items: stretch;
}
.experience-card {
  height: 100%;
  background: var(--panel);
  border: 1px solid var(--border);
  border-radius: 22px;
  padding: clamp(30px, 4vw, 44px);
  box-shadow: 0 0 40px rgba(0,0,0,0.42);
}
.experience-card h2 {
  margin: 12px 0 24px;
  color: var(--green);
  text-transform: uppercase;
  font-size: clamp(22px, 2.2vw, 30px);
  line-height: 1.18;
}
.company-list {
  display: grid;
  gap: 0;
}
.company-row {
  display: grid;
  grid-template-columns: 122px 1fr;
  gap: 22px;
  padding: 18px 0;
  border-top: 1px solid rgba(255,255,255,0.10);
}
.company-row:first-child { padding-top: 0; border-top: 0; }
.company-row:last-child { padding-bottom: 0; }
.company-row .date {
  color: var(--green);
  font-weight: 700;
  font-size: 16px;
  white-space: nowrap;
}
.company-row h3 {
  margin: 0 0 7px;
  color: var(--text);
  font-size: clamp(20px, 1.8vw, 25px);
  line-height: 1.2;
}
.company-row p {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.55;
}
@media (max-width: 980px) {
  .experience-groups { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .company-row {
    grid-template-columns: 1fr;
    gap: 6px;
  }
  .section-eyebrow { padding-left: 32px; }
  .experience-card { padding: 28px 32px; }
  .company-row p { font-size: 16px; }
}

/* V8: About experience uses job titles only, contact section uses aligned buttons. */
.company-row .job-title {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.45;
  margin: 0;
}
.contact-panel h2 {
  margin: 10px 0 22px;
  color: var(--text);
  font-size: clamp(26px, 3vw, 42px);
  line-height: 1.1;
  letter-spacing: -0.03em;
}
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-top: 8px;
}
.contact-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border: 1px solid rgba(32, 198, 107, 0.72);
  border-radius: 999px;
  color: var(--text);
  background: rgba(2, 10, 8, 0.52);
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 0.01em;
  box-shadow: inset 0 0 18px rgba(32, 198, 107, 0.04), 0 0 24px rgba(32, 198, 107, 0.05);
  transition: color 160ms ease, border-color 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}
.contact-button:hover,
.contact-button:focus-visible {
  color: var(--green);
  border-color: var(--green);
  transform: translateY(-1px);
  box-shadow: inset 0 0 22px rgba(32, 198, 107, 0.08), 0 0 28px rgba(32, 198, 107, 0.12);
}
@media (max-width: 640px) {
  .contact-actions { flex-direction: column; }
  .contact-button { width: 100%; }
}

/* V12: Responsive landing page composed from three hero frames instead of one fixed image. */
.landing-responsive {
  min-height: calc(100vh - 112px);
  padding: 0 clamp(18px, 4vw, 56px);
  overflow: hidden;
}

.landing-nav {
  width: min(1460px, 100%);
  min-height: clamp(68px, 7vw, 104px);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  border-bottom: 1px solid rgba(255,255,255,0.10);
}

.landing-nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 22px;
  color: var(--text);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: clamp(14px, 1.1vw, 18px);
}

.landing-nav a:hover,
.landing-nav a:focus-visible {
  color: var(--green);
}

.split-hero {
  width: min(1460px, 100%);
  margin: clamp(22px, 4vw, 56px) auto 0;
  display: grid;
  grid-template-columns: minmax(260px, 0.94fr) minmax(320px, 1.05fr) minmax(300px, 0.92fr);
  grid-template-areas:
    "chip logo spectrum";
  align-items: center;
  gap: clamp(14px, 2.4vw, 40px);
}

.hero-frame {
  position: relative;
  overflow: hidden;
  background: #020404;
}

.hero-frame img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  user-select: none;
  pointer-events: none;
}

.hero-logo-frame {
  grid-area: logo;
  aspect-ratio: 924 / 402;
  align-self: start;
  margin-top: clamp(6px, 1.4vw, 24px);
}

.hero-spectrum-frame {
  grid-area: spectrum;
  aspect-ratio: 763 / 706;
}

.hero-chip-frame {
  grid-area: chip;
  aspect-ratio: 768 / 670;
}

@media (max-width: 1100px) {
  .split-hero {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    grid-template-areas:
      "logo logo"
      "chip spectrum";
    gap: clamp(12px, 2.8vw, 30px);
  }

  .hero-logo-frame {
    width: min(760px, 92vw);
    justify-self: center;
    margin-top: 0;
  }
}

@media (max-width: 680px) {
  .landing-responsive {
    padding: 0;
  }

  .landing-nav {
    width: 100%;
    padding: 0 22px;
    min-height: 62px;
  }

  .landing-nav a {
    padding-right: 0;
  }

  .split-hero {
    width: 100%;
    margin-top: 0;
    grid-template-columns: 1fr;
    grid-template-areas:
      "logo"
      "spectrum"
      "chip";
    gap: 0;
  }

  .hero-frame {
    width: 100%;
    border-bottom: 1px solid rgba(255,255,255,0.10);
  }

  .hero-logo-frame {
    width: 100%;
    aspect-ratio: 924 / 402;
  }

  .hero-spectrum-frame {
    aspect-ratio: 763 / 706;
  }

  .hero-chip-frame {
    aspect-ratio: 768 / 670;
  }

  .statement {
    width: min(92vw, 520px);
    margin: 36px auto 30px;
  }

  .hero-kicker {
    font-size: clamp(23px, 7.2vw, 34px);
    line-height: 1.25;
  }

  .hero-subtitle {
    font-size: clamp(18px, 5.4vw, 24px);
    line-height: 1.45;
  }
}

/* V13: Landing page uses the same header/footer system as the About page and composes the hero from three scalable frames. */
.landing-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at 16% 18%, rgba(32, 198, 107, 0.13), transparent 28%),
    radial-gradient(circle at 84% 16%, rgba(0, 210, 150, 0.08), transparent 34%),
    linear-gradient(180deg, #020404 0%, #030808 52%, #020404 100%);
}

.landing-layout {
  width: min(1480px, 92vw);
  margin: clamp(36px, 5vw, 72px) auto clamp(26px, 3vw, 42px);
}

.landing-layout .split-hero {
  width: 100%;
  margin: 0 auto;
  grid-template-columns: minmax(250px, 0.95fr) minmax(330px, 1.1fr) minmax(285px, 0.9fr);
  align-items: center;
}

.landing-layout .hero-frame {
  margin: 0;
  overflow: hidden;
  background: var(--panel);
  border: 1px solid var(--border);
  border-radius: 22px;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.42);
}

.landing-layout .hero-frame img {
  object-fit: contain;
}

.landing-layout .hero-logo-frame {
  align-self: center;
  margin-top: 0;
}

.landing-statement {
  margin-top: clamp(28px, 4vw, 54px);
  margin-bottom: 0;
}

@media (max-width: 1100px) {
  .landing-layout {
    width: min(920px, 92vw);
    margin-top: clamp(28px, 5vw, 56px);
  }

  .landing-layout .split-hero {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    grid-template-areas:
      "logo logo"
      "chip spectrum";
    gap: clamp(16px, 3vw, 30px);
  }

  .landing-layout .hero-logo-frame {
    width: min(720px, 92vw);
    justify-self: center;
  }
}

@media (max-width: 680px) {
  .landing-layout {
    width: 100%;
    margin: 0 auto 28px;
  }

  .landing-layout .split-hero {
    width: 100%;
    grid-template-columns: 1fr;
    grid-template-areas:
      "logo"
      "spectrum"
      "chip";
    gap: 0;
  }

  .landing-layout .hero-frame {
    width: 100%;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    border-bottom: 1px solid rgba(255,255,255,0.10);
  }

  .landing-layout .hero-logo-frame,
  .landing-layout .hero-spectrum-frame,
  .landing-layout .hero-chip-frame {
    width: 100%;
  }

  .landing-layout .hero-logo-frame img,
  .landing-layout .hero-spectrum-frame img,
  .landing-layout .hero-chip-frame img {
    width: 100%;
    height: auto;
  }

  .landing-statement {
    width: min(92vw, 560px);
    margin: 34px auto 0;
  }

  .landing-statement .hero-kicker {
    font-size: clamp(22px, 6.7vw, 34px);
    line-height: 1.22;
  }

  .landing-statement .hero-subtitle {
    font-size: clamp(17px, 5vw, 23px);
    line-height: 1.48;
  }
}

/* V15: Symmetrical landing composition. Logo frame centered on top; chip and spectrum frames below. */
.landing-layout {
  width: min(1220px, 92vw);
  margin: clamp(34px, 4.5vw, 68px) auto clamp(26px, 3vw, 42px);
}

.landing-layout .split-hero {
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-areas:
    "logo logo"
    "chip spectrum";
  gap: clamp(18px, 2.4vw, 34px);
  align-items: center;
  justify-items: center;
}

.landing-layout .hero-logo-frame {
  grid-area: logo;
  width: min(760px, 76vw);
  aspect-ratio: 924 / 402;
  justify-self: center;
  align-self: center;
  margin: 0 auto;
}

.landing-layout .hero-chip-frame,
.landing-layout .hero-spectrum-frame {
  width: 100%;
  aspect-ratio: 1.12 / 1;
}

.landing-layout .hero-chip-frame { grid-area: chip; }
.landing-layout .hero-spectrum-frame { grid-area: spectrum; }

.landing-layout .hero-frame img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

@media (max-width: 900px) {
  .landing-layout {
    width: min(760px, 92vw);
    margin-top: clamp(28px, 5vw, 52px);
  }

  .landing-layout .split-hero {
    grid-template-columns: 1fr;
    grid-template-areas:
      "logo"
      "spectrum"
      "chip";
    gap: clamp(16px, 3.5vw, 28px);
  }

  .landing-layout .hero-logo-frame,
  .landing-layout .hero-chip-frame,
  .landing-layout .hero-spectrum-frame {
    width: 100%;
  }

  .landing-layout .hero-chip-frame,
  .landing-layout .hero-spectrum-frame {
    aspect-ratio: auto;
  }

  .landing-layout .hero-chip-frame img,
  .landing-layout .hero-spectrum-frame img {
    height: auto;
  }
}

@media (max-width: 680px) {
  .landing-layout {
    width: 100%;
    margin: 0 auto 28px;
  }

  .landing-layout .split-hero {
    width: 100%;
    gap: 0;
  }

  .landing-layout .hero-frame {
    width: 100%;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
  }

  .landing-layout .hero-logo-frame {
    aspect-ratio: 924 / 402;
  }

  .landing-layout .hero-logo-frame img,
  .landing-layout .hero-spectrum-frame img,
  .landing-layout .hero-chip-frame img {
    width: 100%;
    height: auto;
  }
}

/* V17: Align only the top frame width with the two lower frames.
   The logo image itself remains at the previous visual size and is centered inside the wider frame. */
@media (min-width: 901px) {
  .landing-layout .hero-logo-frame {
    width: 100%;
    max-width: none;
    aspect-ratio: 924 / 402;
    display: grid;
    place-items: center;
  }

  .landing-layout .hero-logo-frame img {
    width: min(760px, 76vw);
    height: auto;
    max-height: 100%;
    object-fit: contain;
  }
}

/* V18: Kymetron logo/image update integrated into styles.css. */
:root {
  --kymetron-black: #000000;
  --kymetron-charcoal: #080d13;
  --kymetron-green: #00b75a;
  --kymetron-red: #f21f2a;
}

.site-header {
  background: var(--kymetron-black);
}

.brand.brand-lockup {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  text-decoration: none;
}

.brand-logo {
  display: block;
  width: auto;
  height: clamp(34px, 4.6vw, 54px);
  max-width: min(58vw, 460px);
  object-fit: contain;
}

.hero-logo-frame {
  background: var(--kymetron-black);
}

.hero-logo-frame img {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: clamp(14px, 4vw, 48px);
}

.hero-chip-frame img,
.hero-spectrum-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.footer-logo-line {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.8rem;
}

.footer-logo {
  display: block;
  width: auto;
  height: clamp(34px, 3.8vw, 46px);
  max-width: min(34vw, 92px);
  object-fit: contain;
}

@media (max-width: 640px) {
  .brand-logo {
    height: 32px;
    max-width: 50vw;
  }

  .footer-logo {
    height: 34px;
    max-width: 88px;
  }

  .hero-logo-frame img {
    padding: 18px;
  }
}

/* V18: Unified About / Engineering experience / Contact section labels with thin divider rules. */
.about-section,
.experience-section,
.contact-section {
  margin-top: 34px;
}

.about-section:first-child {
  margin-top: 0;
}

.section-heading {
  margin: 0 0 16px;
  padding-left: clamp(30px, 4vw, 52px);
  text-align: left;
}

.section-heading .eyebrow {
  margin: 0;
}

.section-rule {
  display: block;
  width: min(960px, 100%);
  height: 1px;
  margin-top: 9px;
  background: linear-gradient(90deg, rgba(32, 198, 107, 0.58), rgba(32, 198, 107, 0.18), transparent);
}

.experience-section > .experience-groups,
.contact-section > .contact-panel {
  margin-top: 0;
}

.contact-panel {
  margin-top: 0;
}

.contact-panel h2 {
  margin-top: 0;
}

@media (max-width: 640px) {
  .section-heading {
    padding-left: 32px;
    padding-right: 32px;
  }

  .section-rule {
    width: 100%;
  }
}
